11. Create a Physics test scene

Create a Physics test scene

QUESTION:

Learning the capabilities of the Unity Physics Engine can be helpful, since it gives you an idea of your constraints when designing an experience. Create a physics test scene that causes physics to take at least 9ms of processing time per frame. Share how many objects moving / colliding it took to accomplish this.

ANSWER:

There are many ways to build such a test. Using a bouncy physics material and the AddForce function can also be helpful.